Html Css Color HEX #C48823 Geebung

📋 copy color: '#C48823'

red 196 ◦ green 136 ◦ blue 35

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

Shades of Geebung #C48823

Tints of Geebung #C48823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.54%

R = 53.41%
G = 37.06%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48823 (or 0xC48823) is known color: Geebung. HEX triplet: C4, 88 and 23. RGB value is (196,136,35). Sum of RGB (Red+Green+Blue) = 196+136+35=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48823 is #3B77DC. Grayscale: #8E8E8E. Windows color (decimal): -3897309 or 2328772. OLE color: 2328772.

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

Color convert

RGB 196 136 35 -
CMYK 0 0.31 0.82 0.23
HSL 37.64º 0.7% 0.45% -
HSV(B) 37.64º 0.82% 0.77% -
XYZ 31.87 29.47 5.6 -
YUV 142.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 196 136 35 0 0.31 0.82 0.23 37.64 0.7 0.45
Hex C4 88 23 0 1F 52 17 26 46 2D
Octal 304 210 43 0 37 122 27 46 106 55
Binary 11000100 10001000 100011 0 11111 1010010 10111 100110 1000110 101101

Color Harmonies of #C48823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48823

Black with #C48823

Text Example


Text Example

White with #C48823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48823; }

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

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

background-color css

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

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

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

border-color css

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

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

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