Html Css Color HEX #C48129 Geebung

📋 copy color: '#C48129'

red 196 ◦ green 129 ◦ blue 41

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

Shades of Geebung #C48129

Tints of Geebung #C48129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 53.55%
G = 35.25%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C48129 (or 0xC48129) is known color: Geebung. HEX triplet: C4, 81 and 29. RGB value is (196,129,41). Sum of RGB (Red+Green+Blue) = 196+129+41=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48129 is #3B7ED6. Grayscale: #8B8B8B. Windows color (decimal): -3899095 or 2720196. OLE color: 2720196.

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

Color convert

RGB 196 129 41 -
CMYK 0 0.34 0.79 0.23
HSL 34.06º 0.65% 0.46% -
HSV(B) 34.06º 0.79% 0.77% -
XYZ 31.02 27.6 5.79 -
YUV 139 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 196 129 41 0 0.34 0.79 0.23 34.06 0.65 0.46
Hex C4 81 29 0 22 4F 17 22 41 2E
Octal 304 201 51 0 42 117 27 42 101 56
Binary 11000100 10000001 101001 0 100010 1001111 10111 100010 1000001 101110

Color Harmonies of #C48129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48129

Black with #C48129

Text Example


Text Example

White with #C48129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48129; }

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

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

background-color css

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

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

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

border-color css

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

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

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