Html Css Color HEX #C08927 Nugget

📋 copy color: '#C08927'

red 192 ◦ green 137 ◦ blue 39

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

Shades of Nugget #C08927

Tints of Nugget #C08927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.6%

R = 52.17%
G = 37.23%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08927 (or 0xC08927) is known color: Nugget. HEX triplet: C0, 89 and 27. RGB value is (192,137,39). Sum of RGB (Red+Green+Blue) = 192+137+39=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C08927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08927 is #3F76D8. Grayscale: #8E8E8E. Windows color (decimal): -4159193 or 2591168. OLE color: 2591168.

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

Color convert

RGB 192 137 39 -
CMYK 0 0.29 0.80 0.25
HSL 38.43º 0.66% 0.45% -
HSV(B) 38.43º 0.8% 0.75% -
XYZ 31.05 29.24 5.93 -
YUV 142.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 192 137 39 0 0.29 0.80 0.25 38.43 0.66 0.45
Hex C0 89 27 0 1D 50 19 26 42 2D
Octal 300 211 47 0 35 120 31 46 102 55
Binary 11000000 10001001 100111 0 11101 1010000 11001 100110 1000010 101101

Color Harmonies of #C08927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08927

Black with #C08927

Text Example


Text Example

White with #C08927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08927; }

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

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

background-color css

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

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

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

border-color css

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

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

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