Html Css Color HEX #C48A29 Geebung

📋 copy color: '#C48A29'

red 196 ◦ green 138 ◦ blue 41

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

Shades of Geebung #C48A29

Tints of Geebung #C48A29

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 52.27%
G = 36.8%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C48A29 (or 0xC48A29) is known color: Geebung. HEX triplet: C4, 8A and 29. RGB value is (196,138,41). Sum of RGB (Red+Green+Blue) = 196+138+41=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A29 is #3B75D6. Grayscale: #909090. Windows color (decimal): -3896791 or 2722500. OLE color: 2722500.

HSL color Cylindrical-coordinate representation of color #C48A29: hue angle of 37.55º 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 #C48A29 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 41 -
CMYK 0 0.30 0.79 0.23
HSL 37.55º 0.65% 0.46% -
HSV(B) 37.55º 0.79% 0.77% -
XYZ 32.25 30.07 6.2 -
YUV 144.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 196 138 41 0 0.30 0.79 0.23 37.55 0.65 0.46
Hex C4 8A 29 0 1E 4F 17 26 41 2E
Octal 304 212 51 0 36 117 27 46 101 56
Binary 11000100 10001010 101001 0 11110 1001111 10111 100110 1000001 101110

Color Harmonies of #C48A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A29

Black with #C48A29

Text Example


Text Example

White with #C48A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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