Html Css Color HEX #C48721 Geebung

📋 copy color: '#C48721'

red 196 ◦ green 135 ◦ blue 33

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

Shades of Geebung #C48721

Tints of Geebung #C48721

RGB

 RED value IS 196 (76.95% from 255) = 53.85%

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 53.85%
G = 37.09%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C48721 (or 0xC48721) is known color: Geebung. HEX triplet: C4, 87 and 21. RGB value is (196,135,33). Sum of RGB (Red+Green+Blue) = 196+135+33=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48721 is #3B78DE. Grayscale: #8E8E8E. Windows color (decimal): -3897567 or 2197444. OLE color: 2197444.

HSL color Cylindrical-coordinate representation of color #C48721: hue angle of 37.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C48721 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 135 33 -
CMYK 0 0.31 0.83 0.23
HSL 37.55º 0.71% 0.45% -
HSV(B) 37.55º 0.83% 0.77% -
XYZ 31.7 29.17 5.4 -
YUV 141.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 196 135 33 0 0.31 0.83 0.23 37.55 0.71 0.45
Hex C4 87 21 0 1F 53 17 26 47 2D
Octal 304 207 41 0 37 123 27 46 107 55
Binary 11000100 10000111 100001 0 11111 1010011 10111 100110 1000111 101101

Color Harmonies of #C48721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48721

Black with #C48721

Text Example


Text Example

White with #C48721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48721; }

 p { color: rgb(196,135,33); }

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

background-color css

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

 a { background-color: rgb(196,135,33); }

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

border-color css

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

 span { border-color: rgb(196,135,33); }

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