Html Css Color HEX #CB824C Raw Sienna

📋 copy color: '#CB824C'

red 203 ◦ green 130 ◦ blue 76

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

Shades of Raw Sienna #CB824C

Tints of Raw Sienna #CB824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 49.63%
G = 31.78%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB824C (or 0xCB824C) is known color: Raw Sienna. HEX triplet: CB, 82 and 4C. RGB value is (203,130,76). Sum of RGB (Red+Green+Blue) = 203+130+76=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB824C is #347DB3. Grayscale: #919191. Windows color (decimal): -3440052 or 5014219. OLE color: 5014219.

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

Color convert

RGB 203 130 76 -
CMYK 0 0.36 0.63 0.20
HSL 25.51º 0.55% 0.55% -
HSV(B) 25.51º 0.63% 0.8% -
XYZ 33.92 29.18 10.68 -
YUV 145.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 203 130 76 0 0.36 0.63 0.20 25.51 0.55 0.55
Hex CB 82 4C 0 24 3F 14 1A 37 37
Octal 313 202 114 0 44 77 24 32 67 67
Binary 11001011 10000010 1001100 0 100100 111111 10100 11010 110111 110111

Color Harmonies of #CB824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB824C

Black with #CB824C

Text Example


Text Example

White with #CB824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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