Html Css Color HEX #CB844A Raw Sienna

📋 copy color: '#CB844A'

red 203 ◦ green 132 ◦ blue 74

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

Shades of Raw Sienna #CB844A

Tints of Raw Sienna #CB844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 49.63%
G = 32.27%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB844A (or 0xCB844A) is known color: Raw Sienna. HEX triplet: CB, 84 and 4A. RGB value is (203,132,74). Sum of RGB (Red+Green+Blue) = 203+132+74=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB844A is #347BB5. Grayscale: #929292. Windows color (decimal): -3439542 or 4883659. OLE color: 4883659.

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

Color convert

RGB 203 132 74 -
CMYK 0 0.35 0.64 0.20
HSL 26.98º 0.55% 0.54% -
HSV(B) 26.98º 0.64% 0.8% -
XYZ 34.12 29.69 10.41 -
YUV 146.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 203 132 74 0 0.35 0.64 0.20 26.98 0.55 0.54
Hex CB 84 4A 0 23 40 14 1B 37 36
Octal 313 204 112 0 43 100 24 33 67 66
Binary 11001011 10000100 1001010 0 100011 1000000 10100 11011 110111 110110

Color Harmonies of #CB844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB844A

Black with #CB844A

Text Example


Text Example

White with #CB844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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