Html Css Color HEX #C58121 Geebung

📋 copy color: '#C58121'

red 197 ◦ green 129 ◦ blue 33

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

Shades of Geebung #C58121

Tints of Geebung #C58121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 54.87%
G = 35.93%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C58121 (or 0xC58121) is known color: Geebung. HEX triplet: C5, 81 and 21. RGB value is (197,129,33). Sum of RGB (Red+Green+Blue) = 197+129+33=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C58121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58121 is #3A7EDE. Grayscale: #8A8A8A. Windows color (decimal): -3833567 or 2195909. OLE color: 2195909.

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

Color convert

RGB 197 129 33 -
CMYK 0 0.35 0.83 0.23
HSL 35.12º 0.71% 0.45% -
HSV(B) 35.12º 0.83% 0.77% -
XYZ 31.15 27.68 5.14 -
YUV 138.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 197 129 33 0 0.35 0.83 0.23 35.12 0.71 0.45
Hex C5 81 21 0 23 53 17 23 47 2D
Octal 305 201 41 0 43 123 27 43 107 55
Binary 11000101 10000001 100001 0 100011 1010011 10111 100011 1000111 101101

Color Harmonies of #C58121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58121

Black with #C58121

Text Example


Text Example

White with #C58121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58121; }

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

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

background-color css

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

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

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

border-color css

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

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

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