Html Css Color HEX #CC7513 Ochre

📋 copy color: '#CC7513'

red 204 ◦ green 117 ◦ blue 19

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

Shades of Ochre #CC7513

Tints of Ochre #CC7513

RGB

 RED value IS 204 (80.08% from 255) = 60%

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 60%
G = 34.41%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7513 (or 0xCC7513) is known color: Ochre. HEX triplet: CC, 75 and 13. RGB value is (204,117,19). Sum of RGB (Red+Green+Blue) = 204+117+19=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7513 is #338AEC. Grayscale: #848484. Windows color (decimal): -3377901 or 1275340. OLE color: 1275340.

HSL color Cylindrical-coordinate representation of color #CC7513: hue angle of 31.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC7513 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 19 -
CMYK 0 0.43 0.91 0.2
HSL 31.78º 0.83% 0.44% -
HSV(B) 31.78º 0.91% 0.8% -
XYZ 31.38 25.61 3.9 -
YUV 131.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 204 117 19 0 0.43 0.91 0.2 31.78 0.83 0.44
Hex CC 75 13 0 2B 5B 14 20 53 2C
Octal 314 165 23 0 53 133 24 40 123 54
Binary 11001100 1110101 10011 0 101011 1011011 10100 100000 1010011 101100

Color Harmonies of #CC7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7513

Black with #CC7513

Text Example


Text Example

White with #CC7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7513; }

 p { color: rgb(204,117,19); }

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

background-color css

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

 a { background-color: rgb(204,117,19); }

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

border-color css

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

 span { border-color: rgb(204,117,19); }

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