Html Css Color HEX #C58133 Geebung

📋 copy color: '#C58133'

red 197 ◦ green 129 ◦ blue 51

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

Shades of Geebung #C58133

Tints of Geebung #C58133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 52.25%
G = 34.22%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C58133 (or 0xC58133) is known color: Geebung. HEX triplet: C5, 81 and 33. RGB value is (197,129,51). Sum of RGB (Red+Green+Blue) = 197+129+51=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C58133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58133 is #3A7ECC. Grayscale: #8C8C8C. Windows color (decimal): -3833549 or 3375557. OLE color: 3375557.

HSL color Cylindrical-coordinate representation of color #C58133: hue angle of 32.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58133 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 51 -
CMYK 0 0.35 0.74 0.23
HSL 32.05º 0.59% 0.49% -
HSV(B) 32.05º 0.74% 0.77% -
XYZ 31.47 27.81 6.84 -
YUV 140.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 197 129 51 0 0.35 0.74 0.23 32.05 0.59 0.49
Hex C5 81 33 0 23 4A 17 20 3B 31
Octal 305 201 63 0 43 112 27 40 73 61
Binary 11000101 10000001 110011 0 100011 1001010 10111 100000 111011 110001

Color Harmonies of #C58133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58133

Black with #C58133

Text Example


Text Example

White with #C58133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58133; }

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

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

background-color css

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

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

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

border-color css

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

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

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