Html Css Color HEX #C48624 Geebung

📋 copy color: '#C48624'

red 196 ◦ green 134 ◦ blue 36

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

Shades of Geebung #C48624

Tints of Geebung #C48624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 36 (14.45% from 255) = 9.84%

R = 53.55%
G = 36.61%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48624 (or 0xC48624) is known color: Geebung. HEX triplet: C4, 86 and 24. RGB value is (196,134,36). Sum of RGB (Red+Green+Blue) = 196+134+36=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48624 is #3B79DB. Grayscale: #8D8D8D. Windows color (decimal): -3897820 or 2393796. OLE color: 2393796.

HSL color Cylindrical-coordinate representation of color #C48624: hue angle of 36.75º degrees, saturation: 0.69, 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 #C48624 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 36 -
CMYK 0 0.32 0.82 0.23
HSL 36.75º 0.69% 0.45% -
HSV(B) 36.75º 0.82% 0.77% -
XYZ 31.61 28.91 5.58 -
YUV 141.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 196 134 36 0 0.32 0.82 0.23 36.75 0.69 0.45
Hex C4 86 24 0 20 52 17 25 45 2D
Octal 304 206 44 0 40 122 27 45 105 55
Binary 11000100 10000110 100100 0 100000 1010010 10111 100101 1000101 101101

Color Harmonies of #C48624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48624

Black with #C48624

Text Example


Text Example

White with #C48624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48624; }

 p { color: rgb(196,134,36); }

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

background-color css

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

 a { background-color: rgb(196,134,36); }

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

border-color css

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

 span { border-color: rgb(196,134,36); }

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