Html Css Color HEX #CB7A4A Raw Sienna

📋 copy color: '#CB7A4A'

red 203 ◦ green 122 ◦ blue 74

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

Shades of Raw Sienna #CB7A4A

Tints of Raw Sienna #CB7A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 50.88%
G = 30.58%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB7A4A (or 0xCB7A4A) is known color: Raw Sienna. HEX triplet: CB, 7A and 4A. RGB value is (203,122,74). Sum of RGB (Red+Green+Blue) = 203+122+74=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A4A is #3485B5. Grayscale: #8D8D8D. Windows color (decimal): -3442102 or 4881099. OLE color: 4881099.

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

Color convert

RGB 203 122 74 -
CMYK 0 0.40 0.64 0.20
HSL 22.33º 0.55% 0.54% -
HSV(B) 22.33º 0.64% 0.8% -
XYZ 32.82 27.11 9.98 -
YUV 140.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 203 122 74 0 0.40 0.64 0.20 22.33 0.55 0.54
Hex CB 7A 4A 0 28 40 14 16 37 36
Octal 313 172 112 0 50 100 24 26 67 66
Binary 11001011 1111010 1001010 0 101000 1000000 10100 10110 110111 110110

Color Harmonies of #CB7A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A4A

Black with #CB7A4A

Text Example


Text Example

White with #CB7A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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