Html Css Color HEX #CB814B Raw Sienna

📋 copy color: '#CB814B'

red 203 ◦ green 129 ◦ blue 75

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

Shades of Raw Sienna #CB814B

Tints of Raw Sienna #CB814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 49.88%
G = 31.7%
B = 18.43%

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

#CB814B (or 0xCB814B) is known color: Raw Sienna. HEX triplet: CB, 81 and 4B. RGB value is (203,129,75). Sum of RGB (Red+Green+Blue) = 203+129+75=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB814B is #347EB4. Grayscale: #919191. Windows color (decimal): -3440309 or 4948427. OLE color: 4948427.

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

Color convert

RGB 203 129 75 -
CMYK 0 0.36 0.63 0.20
HSL 25.31º 0.55% 0.55% -
HSV(B) 25.31º 0.63% 0.8% -
XYZ 33.75 28.91 10.46 -
YUV 144.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 203 129 75 0 0.36 0.63 0.20 25.31 0.55 0.55
Hex CB 81 4B 0 24 3F 14 19 37 37
Octal 313 201 113 0 44 77 24 31 67 67
Binary 11001011 10000001 1001011 0 100100 111111 10100 11001 110111 110111

Color Harmonies of #CB814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB814B

Black with #CB814B

Text Example


Text Example

White with #CB814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB814B; }

 p { color: rgb(203,129,75); }

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

background-color css

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

 a { background-color: rgb(203,129,75); }

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

border-color css

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

 span { border-color: rgb(203,129,75); }

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