Html Css Color HEX #C48125 Geebung

📋 copy color: '#C48125'

red 196 ◦ green 129 ◦ blue 37

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

Shades of Geebung #C48125

Tints of Geebung #C48125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 54.14%
G = 35.64%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C48125 (or 0xC48125) is known color: Geebung. HEX triplet: C4, 81 and 25. RGB value is (196,129,37). Sum of RGB (Red+Green+Blue) = 196+129+37=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C48125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48125 is #3B7EDA. Grayscale: #8A8A8A. Windows color (decimal): -3899099 or 2458052. OLE color: 2458052.

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

Color convert

RGB 196 129 37 -
CMYK 0 0.34 0.81 0.23
HSL 34.72º 0.68% 0.46% -
HSV(B) 34.72º 0.81% 0.77% -
XYZ 30.95 27.57 5.44 -
YUV 138.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 196 129 37 0 0.34 0.81 0.23 34.72 0.68 0.46
Hex C4 81 25 0 22 51 17 23 44 2E
Octal 304 201 45 0 42 121 27 43 104 56
Binary 11000100 10000001 100101 0 100010 1010001 10111 100011 1000100 101110

Color Harmonies of #C48125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48125

Black with #C48125

Text Example


Text Example

White with #C48125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48125; }

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

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

background-color css

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

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

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

border-color css

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

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

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