Html Css Color HEX #C08B2B Nugget

📋 copy color: '#C08B2B'

red 192 ◦ green 139 ◦ blue 43

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

Shades of Nugget #C08B2B

Tints of Nugget #C08B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 51.34%
G = 37.17%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C08B2B (or 0xC08B2B) is known color: Nugget. HEX triplet: C0, 8B and 2B. RGB value is (192,139,43). Sum of RGB (Red+Green+Blue) = 192+139+43=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B2B is #3F74D4. Grayscale: #909090. Windows color (decimal): -4158677 or 2853824. OLE color: 2853824.

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

Color convert

RGB 192 139 43 -
CMYK 0 0.28 0.78 0.25
HSL 38.66º 0.63% 0.46% -
HSV(B) 38.66º 0.78% 0.75% -
XYZ 31.41 29.85 6.39 -
YUV 143.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 192 139 43 0 0.28 0.78 0.25 38.66 0.63 0.46
Hex C0 8B 2B 0 1C 4E 19 27 3F 2E
Octal 300 213 53 0 34 116 31 47 77 56
Binary 11000000 10001011 101011 0 11100 1001110 11001 100111 111111 101110

Color Harmonies of #C08B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B2B

Black with #C08B2B

Text Example


Text Example

White with #C08B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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