Html Css Color HEX #C5812B Geebung

📋 copy color: '#C5812B'

red 197 ◦ green 129 ◦ blue 43

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

Shades of Geebung #C5812B

Tints of Geebung #C5812B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 53.39%
G = 34.96%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5812B (or 0xC5812B) is known color: Geebung. HEX triplet: C5, 81 and 2B. RGB value is (197,129,43). Sum of RGB (Red+Green+Blue) = 197+129+43=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5812B is #3A7ED4. Grayscale: #8B8B8B. Windows color (decimal): -3833557 or 2851269. OLE color: 2851269.

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

Color convert

RGB 197 129 43 -
CMYK 0 0.35 0.78 0.23
HSL 33.51º 0.64% 0.47% -
HSV(B) 33.51º 0.78% 0.77% -
XYZ 31.31 27.75 5.99 -
YUV 139.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 197 129 43 0 0.35 0.78 0.23 33.51 0.64 0.47
Hex C5 81 2B 0 23 4E 17 22 40 2F
Octal 305 201 53 0 43 116 27 42 100 57
Binary 11000101 10000001 101011 0 100011 1001110 10111 100010 1000000 101111

Color Harmonies of #C5812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5812B

Black with #C5812B

Text Example


Text Example

White with #C5812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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