Html Css Color HEX #C48829 Geebung

📋 copy color: '#C48829'

red 196 ◦ green 136 ◦ blue 41

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

Shades of Geebung #C48829

Tints of Geebung #C48829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 52.55%
G = 36.46%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C48829 (or 0xC48829) is known color: Geebung. HEX triplet: C4, 88 and 29. RGB value is (196,136,41). Sum of RGB (Red+Green+Blue) = 196+136+41=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C48829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48829 is #3B77D6. Grayscale: #8F8F8F. Windows color (decimal): -3897303 or 2721988. OLE color: 2721988.

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

Color convert

RGB 196 136 41 -
CMYK 0 0.31 0.79 0.23
HSL 36.77º 0.65% 0.46% -
HSV(B) 36.77º 0.79% 0.77% -
XYZ 31.97 29.5 6.11 -
YUV 143.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 196 136 41 0 0.31 0.79 0.23 36.77 0.65 0.46
Hex C4 88 29 0 1F 4F 17 25 41 2E
Octal 304 210 51 0 37 117 27 45 101 56
Binary 11000100 10001000 101001 0 11111 1001111 10111 100101 1000001 101110

Color Harmonies of #C48829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48829

Black with #C48829

Text Example


Text Example

White with #C48829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48829; }

 p { color: rgb(196,136,41); }

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

background-color css

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

 a { background-color: rgb(196,136,41); }

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

border-color css

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

 span { border-color: rgb(196,136,41); }

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