Html Css Color HEX #C0891B Nugget

📋 copy color: '#C0891B'

red 192 ◦ green 137 ◦ blue 27

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

Shades of Nugget #C0891B

Tints of Nugget #C0891B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 53.93%
G = 38.48%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0891B (or 0xC0891B) is known color: Nugget. HEX triplet: C0, 89 and 1B. RGB value is (192,137,27). Sum of RGB (Red+Green+Blue) = 192+137+27=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0891B is #3F76E4. Grayscale: #8D8D8D. Windows color (decimal): -4159205 or 1804736. OLE color: 1804736.

HSL color Cylindrical-coordinate representation of color #C0891B: hue angle of 40º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0891B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 27 -
CMYK 0 0.29 0.86 0.25
HSL 40º 0.75% 0.43% -
HSV(B) 40º 0.86% 0.75% -
XYZ 30.88 29.18 5.04 -
YUV 140.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 192 137 27 0 0.29 0.86 0.25 40 0.75 0.43
Hex C0 89 1B 0 1D 56 19 28 4B 2B
Octal 300 211 33 0 35 126 31 50 113 53
Binary 11000000 10001001 11011 0 11101 1010110 11001 101000 1001011 101011

Color Harmonies of #C0891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0891B

Black with #C0891B

Text Example


Text Example

White with #C0891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0891B; }

 p { color: rgb(192,137,27); }

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

background-color css

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

 a { background-color: rgb(192,137,27); }

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

border-color css

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

 span { border-color: rgb(192,137,27); }

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