Html Css Color HEX #C5812A Geebung

📋 copy color: '#C5812A'

red 197 ◦ green 129 ◦ blue 42

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

Shades of Geebung #C5812A

Tints of Geebung #C5812A

RGB

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

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

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

R = 53.53%
G = 35.05%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5812A (or 0xC5812A) is known color: Geebung. HEX triplet: C5, 81 and 2A. RGB value is (197,129,42). Sum of RGB (Red+Green+Blue) = 197+129+42=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5812A is #3A7ED5. Grayscale: #8B8B8B. Windows color (decimal): -3833558 or 2785733. OLE color: 2785733.

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

Color convert

RGB 197 129 42 -
CMYK 0 0.35 0.79 0.23
HSL 33.68º 0.65% 0.47% -
HSV(B) 33.68º 0.79% 0.77% -
XYZ 31.29 27.74 5.9 -
YUV 139.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 197 129 42 0 0.35 0.79 0.23 33.68 0.65 0.47
Hex C5 81 2A 0 23 4F 17 22 41 2F
Octal 305 201 52 0 43 117 27 42 101 57
Binary 11000101 10000001 101010 0 100011 1001111 10111 100010 1000001 101111

Color Harmonies of #C5812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5812A

Black with #C5812A

Text Example


Text Example

White with #C5812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5812A; }

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

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

background-color css

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

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

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

border-color css

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

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

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