Html Css Color HEX #CB941F Nugget

📋 copy color: '#CB941F'

red 203 ◦ green 148 ◦ blue 31

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

Shades of Nugget #CB941F

Tints of Nugget #CB941F

RGB

 RED value IS 203 (79.69% from 255) = 53.14%

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 53.14%
G = 38.74%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB941F (or 0xCB941F) is known color: Nugget. HEX triplet: CB, 94 and 1F. RGB value is (203,148,31). Sum of RGB (Red+Green+Blue) = 203+148+31=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB941F is #346BE0. Grayscale: #979797. Windows color (decimal): -3435489 or 2069707. OLE color: 2069707.

HSL color Cylindrical-coordinate representation of color #CB941F: hue angle of 40.81º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB941F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 31 -
CMYK 0 0.27 0.85 0.20
HSL 40.81º 0.74% 0.46% -
HSV(B) 40.81º 0.85% 0.8% -
XYZ 35.47 33.98 5.98 -
YUV 151.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 203 148 31 0 0.27 0.85 0.20 40.81 0.74 0.46
Hex CB 94 1F 0 1B 55 14 29 4A 2E
Octal 313 224 37 0 33 125 24 51 112 56
Binary 11001011 10010100 11111 0 11011 1010101 10100 101001 1001010 101110

Color Harmonies of #CB941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB941F

Black with #CB941F

Text Example


Text Example

White with #CB941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB941F; }

 p { color: rgb(203,148,31); }

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

background-color css

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

 a { background-color: rgb(203,148,31); }

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

border-color css

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

 span { border-color: rgb(203,148,31); }

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