Html Css Color HEX #C58321 Geebung

📋 copy color: '#C58321'

red 197 ◦ green 131 ◦ blue 33

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

Shades of Geebung #C58321

Tints of Geebung #C58321

RGB

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

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

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

R = 54.57%
G = 36.29%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C58321 (or 0xC58321) is known color: Geebung. HEX triplet: C5, 83 and 21. RGB value is (197,131,33). Sum of RGB (Red+Green+Blue) = 197+131+33=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C58321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58321 is #3A7CDE. Grayscale: #8C8C8C. Windows color (decimal): -3833055 or 2196421. OLE color: 2196421.

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

Color convert

RGB 197 131 33 -
CMYK 0 0.34 0.83 0.23
HSL 35.85º 0.71% 0.45% -
HSV(B) 35.85º 0.83% 0.77% -
XYZ 31.42 28.21 5.23 -
YUV 139.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 197 131 33 0 0.34 0.83 0.23 35.85 0.71 0.45
Hex C5 83 21 0 22 53 17 24 47 2D
Octal 305 203 41 0 42 123 27 44 107 55
Binary 11000101 10000011 100001 0 100010 1010011 10111 100100 1000111 101101

Color Harmonies of #C58321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58321

Black with #C58321

Text Example


Text Example

White with #C58321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58321; }

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

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

background-color css

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

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

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

border-color css

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

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

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