Html Css Color HEX #C38431 Geebung

📋 copy color: '#C38431'

red 195 ◦ green 132 ◦ blue 49

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

Shades of Geebung #C38431

Tints of Geebung #C38431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 51.86%
G = 35.11%
B = 13.03%

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

#C38431 (or 0xC38431) is known color: Geebung. HEX triplet: C3, 84 and 31. RGB value is (195,132,49). Sum of RGB (Red+Green+Blue) = 195+132+49=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C38431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38431 is #3C7BCE. Grayscale: #8D8D8D. Windows color (decimal): -3963855 or 3245251. OLE color: 3245251.

HSL color Cylindrical-coordinate representation of color #C38431: hue angle of 34.11º 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 #C38431 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 49 -
CMYK 0 0.32 0.75 0.24
HSL 34.11º 0.6% 0.48% -
HSV(B) 34.11º 0.75% 0.76% -
XYZ 31.31 28.33 6.72 -
YUV 141.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 195 132 49 0 0.32 0.75 0.24 34.11 0.6 0.48
Hex C3 84 31 0 20 4B 18 22 3C 30
Octal 303 204 61 0 40 113 30 42 74 60
Binary 11000011 10000100 110001 0 100000 1001011 11000 100010 111100 110000

Color Harmonies of #C38431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38431

Black with #C38431

Text Example


Text Example

White with #C38431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38431; }

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

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

background-color css

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

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

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

border-color css

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

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

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