Html Css Color HEX #C1811F Geebung

📋 copy color: '#C1811F'

red 193 ◦ green 129 ◦ blue 31

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

Shades of Geebung #C1811F

Tints of Geebung #C1811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 54.67%
G = 36.54%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1811F (or 0xC1811F) is known color: Geebung. HEX triplet: C1, 81 and 1F. RGB value is (193,129,31). Sum of RGB (Red+Green+Blue) = 193+129+31=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1811F is #3E7EE0. Grayscale: #898989. Windows color (decimal): -4095713 or 2064833. OLE color: 2064833.

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

Color convert

RGB 193 129 31 -
CMYK 0 0.33 0.84 0.24
HSL 36.3º 0.72% 0.44% -
HSV(B) 36.3º 0.84% 0.76% -
XYZ 30.09 27.14 4.95 -
YUV 136.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 193 129 31 0 0.33 0.84 0.24 36.3 0.72 0.44
Hex C1 81 1F 0 21 54 18 24 48 2C
Octal 301 201 37 0 41 124 30 44 110 54
Binary 11000001 10000001 11111 0 100001 1010100 11000 100100 1001000 101100

Color Harmonies of #C1811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1811F

Black with #C1811F

Text Example


Text Example

White with #C1811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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