Html Css Color HEX #C1812E Geebung

📋 copy color: '#C1812E'

red 193 ◦ green 129 ◦ blue 46

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

Shades of Geebung #C1812E

Tints of Geebung #C1812E

RGB

 RED value IS 193 (75.78% from 255) = 52.45%

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 52.45%
G = 35.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1812E (or 0xC1812E) is known color: Geebung. HEX triplet: C1, 81 and 2E. RGB value is (193,129,46). Sum of RGB (Red+Green+Blue) = 193+129+46=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1812E is #3E7ED1. Grayscale: #8B8B8B. Windows color (decimal): -4095698 or 3047873. OLE color: 3047873.

HSL color Cylindrical-coordinate representation of color #C1812E: hue angle of 33.88º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1812E is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 46 -
CMYK 0 0.33 0.76 0.24
HSL 33.88º 0.62% 0.47% -
HSV(B) 33.88º 0.76% 0.76% -
XYZ 30.34 27.24 6.24 -
YUV 138.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 193 129 46 0 0.33 0.76 0.24 33.88 0.62 0.47
Hex C1 81 2E 0 21 4C 18 22 3E 2F
Octal 301 201 56 0 41 114 30 42 76 57
Binary 11000001 10000001 101110 0 100001 1001100 11000 100010 111110 101111

Color Harmonies of #C1812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1812E

Black with #C1812E

Text Example


Text Example

White with #C1812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1812E; }

 p { color: rgb(193,129,46); }

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

background-color css

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

 a { background-color: rgb(193,129,46); }

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

border-color css

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

 span { border-color: rgb(193,129,46); }

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