Html Css Color HEX #C58325 Geebung

📋 copy color: '#C58325'

red 197 ◦ green 131 ◦ blue 37

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

Shades of Geebung #C58325

Tints of Geebung #C58325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 53.97%
G = 35.89%
B = 10.14%

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

#C58325 (or 0xC58325) is known color: Geebung. HEX triplet: C5, 83 and 25. RGB value is (197,131,37). Sum of RGB (Red+Green+Blue) = 197+131+37=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C58325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58325 is #3A7CDA. Grayscale: #8C8C8C. Windows color (decimal): -3833051 or 2458565. OLE color: 2458565.

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

Color convert

RGB 197 131 37 -
CMYK 0 0.34 0.81 0.23
HSL 35.25º 0.68% 0.46% -
HSV(B) 35.25º 0.81% 0.77% -
XYZ 31.48 28.24 5.54 -
YUV 140.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 197 131 37 0 0.34 0.81 0.23 35.25 0.68 0.46
Hex C5 83 25 0 22 51 17 23 44 2E
Octal 305 203 45 0 42 121 27 43 104 56
Binary 11000101 10000011 100101 0 100010 1010001 10111 100011 1000100 101110

Color Harmonies of #C58325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58325

Black with #C58325

Text Example


Text Example

White with #C58325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58325; }

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

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

background-color css

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

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

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

border-color css

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

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

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