Html Css Color HEX #C38430 Geebung

📋 copy color: '#C38430'

red 195 ◦ green 132 ◦ blue 48

#C38430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C38430

Tints of Geebung #C38430

RGB

 RED value IS 195 (76.56% from 255) = 52%

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 52%
G = 35.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38430 (or 0xC38430) is known color: Geebung. HEX triplet: C3, 84 and 30. RGB value is (195,132,48). Sum of RGB (Red+Green+Blue) = 195+132+48=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C38430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38430 is #3C7BCF. Grayscale: #8D8D8D. Windows color (decimal): -3963856 or 3179715. OLE color: 3179715.

HSL color Cylindrical-coordinate representation of color #C38430: hue angle of 34.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38430 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 48 -
CMYK 0 0.32 0.75 0.24
HSL 34.29º 0.6% 0.48% -
HSV(B) 34.29º 0.75% 0.76% -
XYZ 31.29 28.32 6.61 -
YUV 141.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 195 132 48 0 0.32 0.75 0.24 34.29 0.6 0.48
Hex C3 84 30 0 20 4B 18 22 3C 30
Octal 303 204 60 0 40 113 30 42 74 60
Binary 11000011 10000100 110000 0 100000 1001011 11000 100010 111100 110000

Color Harmonies of #C38430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38430

Black with #C38430

Text Example


Text Example

White with #C38430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38430; }

 p { color: rgb(195,132,48); }

 H1.HeaderClassName
 {
   color: #C38430;
 }
 .AnyTagClassName
 {
   color: #C38430;
 }
</style>

background-color css

<style>
 a { background-color: #C38430; }

 a { background-color: rgb(195,132,48); }

 div.DivClassName
 {
   background-color: #C38430;
 }
 .BgClassName
 {
   background-color: #C38430;
 }
</style>

border-color css

<style>
 span { border-color: #C38430; }

 span { border-color: rgb(195,132,48); }

 td.TdClassName
 {
   border-color: #C38430;
 }
 .TagClassName
 {
   border-color: #C38430;
 }
</style>