Html Css Color HEX #CB9325 Nugget

📋 copy color: '#CB9325'

red 203 ◦ green 147 ◦ blue 37

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

Shades of Nugget #CB9325

Tints of Nugget #CB9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 52.45%
G = 37.98%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB9325 (or 0xCB9325) is known color: Nugget. HEX triplet: CB, 93 and 25. RGB value is (203,147,37). Sum of RGB (Red+Green+Blue) = 203+147+37=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9325 is #346CDA. Grayscale: #979797. Windows color (decimal): -3435739 or 2462667. OLE color: 2462667.

HSL color Cylindrical-coordinate representation of color #CB9325: hue angle of 39.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9325 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 37 -
CMYK 0 0.28 0.82 0.20
HSL 39.76º 0.69% 0.47% -
HSV(B) 39.76º 0.82% 0.8% -
XYZ 35.4 33.7 6.39 -
YUV 151.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 203 147 37 0 0.28 0.82 0.20 39.76 0.69 0.47
Hex CB 93 25 0 1C 52 14 28 45 2F
Octal 313 223 45 0 34 122 24 50 105 57
Binary 11001011 10010011 100101 0 11100 1010010 10100 101000 1000101 101111

Color Harmonies of #CB9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9325

Black with #CB9325

Text Example


Text Example

White with #CB9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9325; }

 p { color: rgb(203,147,37); }

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

background-color css

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

 a { background-color: rgb(203,147,37); }

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

border-color css

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

 span { border-color: rgb(203,147,37); }

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