Html Css Color HEX #C0842F Geebung

📋 copy color: '#C0842F'

red 192 ◦ green 132 ◦ blue 47

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

Shades of Geebung #C0842F

Tints of Geebung #C0842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 51.75%
G = 35.58%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0842F (or 0xC0842F) is known color: Geebung. HEX triplet: C0, 84 and 2F. RGB value is (192,132,47). Sum of RGB (Red+Green+Blue) = 192+132+47=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0842F is #3F7BD0. Grayscale: #8C8C8C. Windows color (decimal): -4160465 or 3114176. OLE color: 3114176.

HSL color Cylindrical-coordinate representation of color #C0842F: hue angle of 35.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0842F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 47 -
CMYK 0 0.31 0.76 0.25
HSL 35.17º 0.61% 0.47% -
HSV(B) 35.17º 0.76% 0.75% -
XYZ 30.5 27.91 6.47 -
YUV 140.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 192 132 47 0 0.31 0.76 0.25 35.17 0.61 0.47
Hex C0 84 2F 0 1F 4C 19 23 3D 2F
Octal 300 204 57 0 37 114 31 43 75 57
Binary 11000000 10000100 101111 0 11111 1001100 11001 100011 111101 101111

Color Harmonies of #C0842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0842F

Black with #C0842F

Text Example


Text Example

White with #C0842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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