Html Css Color HEX #C58533 Geebung

📋 copy color: '#C58533'

red 197 ◦ green 133 ◦ blue 51

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

Shades of Geebung #C58533

Tints of Geebung #C58533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 51.71%
G = 34.91%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C58533 (or 0xC58533) is known color: Geebung. HEX triplet: C5, 85 and 33. RGB value is (197,133,51). Sum of RGB (Red+Green+Blue) = 197+133+51=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C58533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58533 is #3A7ACC. Grayscale: #8F8F8F. Windows color (decimal): -3832525 or 3376581. OLE color: 3376581.

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

Color convert

RGB 197 133 51 -
CMYK 0 0.32 0.74 0.23
HSL 33.7º 0.59% 0.49% -
HSV(B) 33.7º 0.74% 0.77% -
XYZ 32.01 28.88 7.02 -
YUV 142.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 197 133 51 0 0.32 0.74 0.23 33.7 0.59 0.49
Hex C5 85 33 0 20 4A 17 22 3B 31
Octal 305 205 63 0 40 112 27 42 73 61
Binary 11000101 10000101 110011 0 100000 1001010 10111 100010 111011 110001

Color Harmonies of #C58533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58533

Black with #C58533

Text Example


Text Example

White with #C58533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58533; }

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

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

background-color css

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

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

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

border-color css

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

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

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