Html Css Color HEX #CB8352 Raw Sienna

📋 copy color: '#CB8352'

red 203 ◦ green 131 ◦ blue 82

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

Shades of Raw Sienna #CB8352

Tints of Raw Sienna #CB8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

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

R = 48.8%
G = 31.49%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB8352 (or 0xCB8352) is known color: Raw Sienna. HEX triplet: CB, 83 and 52. RGB value is (203,131,82). Sum of RGB (Red+Green+Blue) = 203+131+82=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8352 is #347CAD. Grayscale: #939393. Windows color (decimal): -3439790 or 5407691. OLE color: 5407691.

HSL color Cylindrical-coordinate representation of color #CB8352: hue angle of 24.3º 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 #CB8352 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 82 -
CMYK 0 0.35 0.60 0.20
HSL 24.3º 0.54% 0.56% -
HSV(B) 24.3º 0.6% 0.8% -
XYZ 34.27 29.54 11.88 -
YUV 146.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 203 131 82 0 0.35 0.60 0.20 24.3 0.54 0.56
Hex CB 83 52 0 23 3C 14 18 36 38
Octal 313 203 122 0 43 74 24 30 66 70
Binary 11001011 10000011 1010010 0 100011 111100 10100 11000 110110 111000

Color Harmonies of #CB8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8352

Black with #CB8352

Text Example


Text Example

White with #CB8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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