Html Css Color HEX #C0831E Geebung

📋 copy color: '#C0831E'

red 192 ◦ green 131 ◦ blue 30

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

Shades of Geebung #C0831E

Tints of Geebung #C0831E

RGB

 RED value IS 192 (75.39% from 255) = 54.39%

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 54.39%
G = 37.11%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0831E (or 0xC0831E) is known color: Geebung. HEX triplet: C0, 83 and 1E. RGB value is (192,131,30). Sum of RGB (Red+Green+Blue) = 192+131+30=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0831E is #3F7CE1. Grayscale: #8A8A8A. Windows color (decimal): -4160738 or 1999808. OLE color: 1999808.

HSL color Cylindrical-coordinate representation of color #C0831E: hue angle of 37.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0831E is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 30 -
CMYK 0 0.32 0.84 0.25
HSL 37.41º 0.73% 0.44% -
HSV(B) 37.41º 0.84% 0.75% -
XYZ 30.09 27.53 4.96 -
YUV 137.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 192 131 30 0 0.32 0.84 0.25 37.41 0.73 0.44
Hex C0 83 1E 0 20 54 19 25 49 2C
Octal 300 203 36 0 40 124 31 45 111 54
Binary 11000000 10000011 11110 0 100000 1010100 11001 100101 1001001 101100

Color Harmonies of #C0831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0831E

Black with #C0831E

Text Example


Text Example

White with #C0831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0831E; }

 p { color: rgb(192,131,30); }

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

background-color css

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

 a { background-color: rgb(192,131,30); }

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

border-color css

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

 span { border-color: rgb(192,131,30); }

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