Html Css Color HEX #C0841F Geebung

📋 copy color: '#C0841F'

red 192 ◦ green 132 ◦ blue 31

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

Shades of Geebung #C0841F

Tints of Geebung #C0841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 54.08%
G = 37.18%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0841F (or 0xC0841F) is known color: Geebung. HEX triplet: C0, 84 and 1F. RGB value is (192,132,31). Sum of RGB (Red+Green+Blue) = 192+132+31=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0841F is #3F7BE0. Grayscale: #8A8A8A. Windows color (decimal): -4160481 or 2065600. OLE color: 2065600.

HSL color Cylindrical-coordinate representation of color #C0841F: hue angle of 37.64º degrees, saturation: 0.72, 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 #C0841F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 31 -
CMYK 0 0.31 0.84 0.25
HSL 37.64º 0.72% 0.44% -
HSV(B) 37.64º 0.84% 0.75% -
XYZ 30.24 27.81 5.07 -
YUV 138.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 192 132 31 0 0.31 0.84 0.25 37.64 0.72 0.44
Hex C0 84 1F 0 1F 54 19 26 48 2C
Octal 300 204 37 0 37 124 31 46 110 54
Binary 11000000 10000100 11111 0 11111 1010100 11001 100110 1001000 101100

Color Harmonies of #C0841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0841F

Black with #C0841F

Text Example


Text Example

White with #C0841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0841F; }

 p { color: rgb(192,132,31); }

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

background-color css

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

 a { background-color: rgb(192,132,31); }

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

border-color css

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

 span { border-color: rgb(192,132,31); }

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