Html Css Color HEX #CF824B Raw Sienna

📋 copy color: '#CF824B'

red 207 ◦ green 130 ◦ blue 75

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

Shades of Raw Sienna #CF824B

Tints of Raw Sienna #CF824B

RGB

 RED value IS 207 (81.25% from 255) = 50.24%

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

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

R = 50.24%
G = 31.55%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF824B (or 0xCF824B) is known color: Raw Sienna. HEX triplet: CF, 82 and 4B. RGB value is (207,130,75). Sum of RGB (Red+Green+Blue) = 207+130+75=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF824B is #307DB4. Grayscale: #939393. Windows color (decimal): -3177909 or 4948687. OLE color: 4948687.

HSL color Cylindrical-coordinate representation of color #CF824B: hue angle of 25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF824B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 75 -
CMYK 0 0.37 0.64 0.19
HSL 25º 0.58% 0.55% -
HSV(B) 25º 0.64% 0.81% -
XYZ 34.98 29.74 10.55 -
YUV 146.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 207 130 75 0 0.37 0.64 0.19 25 0.58 0.55
Hex CF 82 4B 0 25 40 13 19 3A 37
Octal 317 202 113 0 45 100 23 31 72 67
Binary 11001111 10000010 1001011 0 100101 1000000 10011 11001 111010 110111

Color Harmonies of #CF824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF824B

Black with #CF824B

Text Example


Text Example

White with #CF824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF824B; }

 p { color: rgb(207,130,75); }

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

background-color css

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

 a { background-color: rgb(207,130,75); }

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

border-color css

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

 span { border-color: rgb(207,130,75); }

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