Html Css Color HEX #C08B25 Nugget

📋 copy color: '#C08B25'

red 192 ◦ green 139 ◦ blue 37

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

Shades of Nugget #C08B25

Tints of Nugget #C08B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 52.17%
G = 37.77%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C08B25 (or 0xC08B25) is known color: Nugget. HEX triplet: C0, 8B and 25. RGB value is (192,139,37). Sum of RGB (Red+Green+Blue) = 192+139+37=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B25 is #3F74DA. Grayscale: #8F8F8F. Windows color (decimal): -4158683 or 2460608. OLE color: 2460608.

HSL color Cylindrical-coordinate representation of color #C08B25: hue angle of 39.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08B25 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 139 37 -
CMYK 0 0.28 0.81 0.25
HSL 39.48º 0.68% 0.45% -
HSV(B) 39.48º 0.81% 0.75% -
XYZ 31.3 29.81 5.85 -
YUV 143.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 192 139 37 0 0.28 0.81 0.25 39.48 0.68 0.45
Hex C0 8B 25 0 1C 51 19 27 44 2D
Octal 300 213 45 0 34 121 31 47 104 55
Binary 11000000 10001011 100101 0 11100 1010001 11001 100111 1000100 101101

Color Harmonies of #C08B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B25

Black with #C08B25

Text Example


Text Example

White with #C08B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B25; }

 p { color: rgb(192,139,37); }

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

background-color css

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

 a { background-color: rgb(192,139,37); }

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

border-color css

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

 span { border-color: rgb(192,139,37); }

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