Html Css Color HEX #CB8252 Raw Sienna

📋 copy color: '#CB8252'

red 203 ◦ green 130 ◦ blue 82

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

Shades of Raw Sienna #CB8252

Tints of Raw Sienna #CB8252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 48.92%
G = 31.33%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB8252 (or 0xCB8252) is known color: Raw Sienna. HEX triplet: CB, 82 and 52. RGB value is (203,130,82). Sum of RGB (Red+Green+Blue) = 203+130+82=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8252 is #347DAD. Grayscale: #929292. Windows color (decimal): -3440046 or 5407435. OLE color: 5407435.

HSL color Cylindrical-coordinate representation of color #CB8252: hue angle of 23.8º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB8252 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 82 -
CMYK 0 0.36 0.60 0.20
HSL 23.8º 0.54% 0.56% -
HSV(B) 23.8º 0.6% 0.8% -
XYZ 34.13 29.27 11.83 -
YUV 146.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 203 130 82 0 0.36 0.60 0.20 23.8 0.54 0.56
Hex CB 82 52 0 24 3C 14 18 36 38
Octal 313 202 122 0 44 74 24 30 66 70
Binary 11001011 10000010 1010010 0 100100 111100 10100 11000 110110 111000

Color Harmonies of #CB8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8252

Black with #CB8252

Text Example


Text Example

White with #CB8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8252; }

 p { color: rgb(203,130,82); }

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

background-color css

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

 a { background-color: rgb(203,130,82); }

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

border-color css

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

 span { border-color: rgb(203,130,82); }

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