Html Css Color HEX #C58125 Geebung

📋 copy color: '#C58125'

red 197 ◦ green 129 ◦ blue 37

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

Shades of Geebung #C58125

Tints of Geebung #C58125

RGB

 RED value IS 197 (77.34% from 255) = 54.27%

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

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

R = 54.27%
G = 35.54%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C58125 (or 0xC58125) is known color: Geebung. HEX triplet: C5, 81 and 25. RGB value is (197,129,37). Sum of RGB (Red+Green+Blue) = 197+129+37=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C58125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58125 is #3A7EDA. Grayscale: #8B8B8B. Windows color (decimal): -3833563 or 2458053. OLE color: 2458053.

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

Color convert

RGB 197 129 37 -
CMYK 0 0.35 0.81 0.23
HSL 34.5º 0.68% 0.46% -
HSV(B) 34.5º 0.81% 0.77% -
XYZ 31.21 27.7 5.45 -
YUV 138.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 197 129 37 0 0.35 0.81 0.23 34.5 0.68 0.46
Hex C5 81 25 0 23 51 17 22 44 2E
Octal 305 201 45 0 43 121 27 42 104 56
Binary 11000101 10000001 100101 0 100011 1010001 10111 100010 1000100 101110

Color Harmonies of #C58125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58125

Black with #C58125

Text Example


Text Example

White with #C58125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58125; }

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

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

background-color css

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

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

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

border-color css

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

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

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