Html Css Color HEX #C5832A Geebung

📋 copy color: '#C5832A'

red 197 ◦ green 131 ◦ blue 42

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

Shades of Geebung #C5832A

Tints of Geebung #C5832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 53.24%
G = 35.41%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5832A (or 0xC5832A) is known color: Geebung. HEX triplet: C5, 83 and 2A. RGB value is (197,131,42). Sum of RGB (Red+Green+Blue) = 197+131+42=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5832A is #3A7CD5. Grayscale: #8D8D8D. Windows color (decimal): -3833046 or 2786245. OLE color: 2786245.

HSL color Cylindrical-coordinate representation of color #C5832A: hue angle of 34.45º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5832A is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 42 -
CMYK 0 0.34 0.79 0.23
HSL 34.45º 0.65% 0.47% -
HSV(B) 34.45º 0.79% 0.77% -
XYZ 31.56 28.27 5.98 -
YUV 140.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 197 131 42 0 0.34 0.79 0.23 34.45 0.65 0.47
Hex C5 83 2A 0 22 4F 17 22 41 2F
Octal 305 203 52 0 42 117 27 42 101 57
Binary 11000101 10000011 101010 0 100010 1001111 10111 100010 1000001 101111

Color Harmonies of #C5832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5832A

Black with #C5832A

Text Example


Text Example

White with #C5832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5832A; }

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

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

background-color css

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

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

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

border-color css

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

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

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