Html Css Color HEX #CA814B Raw Sienna

📋 copy color: '#CA814B'

red 202 ◦ green 129 ◦ blue 75

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

Shades of Raw Sienna #CA814B

Tints of Raw Sienna #CA814B

RGB

 RED value IS 202 (79.3% from 255) = 49.75%

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

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

R = 49.75%
G = 31.77%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA814B (or 0xCA814B) is known color: Raw Sienna. HEX triplet: CA, 81 and 4B. RGB value is (202,129,75). Sum of RGB (Red+Green+Blue) = 202+129+75=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA814B is #357EB4. Grayscale: #909090. Windows color (decimal): -3505845 or 4948426. OLE color: 4948426.

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

Color convert

RGB 202 129 75 -
CMYK 0 0.36 0.63 0.21
HSL 25.51º 0.55% 0.54% -
HSV(B) 25.51º 0.63% 0.79% -
XYZ 33.48 28.77 10.44 -
YUV 144.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 202 129 75 0 0.36 0.63 0.21 25.51 0.55 0.54
Hex CA 81 4B 0 24 3F 15 1A 37 36
Octal 312 201 113 0 44 77 25 32 67 66
Binary 11001010 10000001 1001011 0 100100 111111 10101 11010 110111 110110

Color Harmonies of #CA814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA814B

Black with #CA814B

Text Example


Text Example

White with #CA814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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