Html Css Color HEX #CB824A Raw Sienna

📋 copy color: '#CB824A'

red 203 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #CB824A

Tints of Raw Sienna #CB824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 49.88%
G = 31.94%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB824A (or 0xCB824A) is known color: Raw Sienna. HEX triplet: CB, 82 and 4A. RGB value is (203,130,74). Sum of RGB (Red+Green+Blue) = 203+130+74=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB824A is #347DB5. Grayscale: #919191. Windows color (decimal): -3440054 or 4883147. OLE color: 4883147.

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

Color convert

RGB 203 130 74 -
CMYK 0 0.36 0.64 0.20
HSL 26.05º 0.55% 0.54% -
HSV(B) 26.05º 0.64% 0.8% -
XYZ 33.85 29.16 10.32 -
YUV 145.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 203 130 74 0 0.36 0.64 0.20 26.05 0.55 0.54
Hex CB 82 4A 0 24 40 14 1A 37 36
Octal 313 202 112 0 44 100 24 32 67 66
Binary 11001011 10000010 1001010 0 100100 1000000 10100 11010 110111 110110

Color Harmonies of #CB824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB824A

Black with #CB824A

Text Example


Text Example

White with #CB824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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