Html Css Color HEX #C1821E Geebung

📋 copy color: '#C1821E'

red 193 ◦ green 130 ◦ blue 30

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

Shades of Geebung #C1821E

Tints of Geebung #C1821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 54.67%
G = 36.83%
B = 8.5%

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

#C1821E (or 0xC1821E) is known color: Geebung. HEX triplet: C1, 82 and 1E. RGB value is (193,130,30). Sum of RGB (Red+Green+Blue) = 193+130+30=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1821E is #3E7DE1. Grayscale: #898989. Windows color (decimal): -4095458 or 1999553. OLE color: 1999553.

HSL color Cylindrical-coordinate representation of color #C1821E: hue angle of 36.81º degrees, saturation: 0.73, 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 #C1821E is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 30 -
CMYK 0 0.33 0.84 0.24
HSL 36.81º 0.73% 0.44% -
HSV(B) 36.81º 0.84% 0.76% -
XYZ 30.21 27.4 4.92 -
YUV 137.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 193 130 30 0 0.33 0.84 0.24 36.81 0.73 0.44
Hex C1 82 1E 0 21 54 18 25 49 2C
Octal 301 202 36 0 41 124 30 45 111 54
Binary 11000001 10000010 11110 0 100001 1010100 11000 100101 1001001 101100

Color Harmonies of #C1821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1821E

Black with #C1821E

Text Example


Text Example

White with #C1821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1821E; }

 p { color: rgb(193,130,30); }

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

background-color css

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

 a { background-color: rgb(193,130,30); }

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

border-color css

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

 span { border-color: rgb(193,130,30); }

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