Html Css Color HEX #C48626 Geebung

📋 copy color: '#C48626'

red 196 ◦ green 134 ◦ blue 38

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

Shades of Geebung #C48626

Tints of Geebung #C48626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.33%

R = 53.26%
G = 36.41%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C48626 (or 0xC48626) is known color: Geebung. HEX triplet: C4, 86 and 26. RGB value is (196,134,38). Sum of RGB (Red+Green+Blue) = 196+134+38=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C48626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48626 is #3B79D9. Grayscale: #8E8E8E. Windows color (decimal): -3897818 or 2524868. OLE color: 2524868.

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

Color convert

RGB 196 134 38 -
CMYK 0 0.32 0.81 0.23
HSL 36.46º 0.68% 0.46% -
HSV(B) 36.46º 0.81% 0.77% -
XYZ 31.64 28.93 5.75 -
YUV 141.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 196 134 38 0 0.32 0.81 0.23 36.46 0.68 0.46
Hex C4 86 26 0 20 51 17 24 44 2E
Octal 304 206 46 0 40 121 27 44 104 56
Binary 11000100 10000110 100110 0 100000 1010001 10111 100100 1000100 101110

Color Harmonies of #C48626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48626

Black with #C48626

Text Example


Text Example

White with #C48626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48626; }

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

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

background-color css

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

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

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

border-color css

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

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

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