Html Css Color HEX #CC750D Ochre

📋 copy color: '#CC750D'

red 204 ◦ green 117 ◦ blue 13

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

Shades of Ochre #CC750D

Tints of Ochre #CC750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 61.08%
G = 35.03%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC750D (or 0xCC750D) is known color: Ochre. HEX triplet: CC, 75 and 0D. RGB value is (204,117,13). Sum of RGB (Red+Green+Blue) = 204+117+13=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC750D is #338AF2. Grayscale: #838383. Windows color (decimal): -3377907 or 882124. OLE color: 882124.

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

Color convert

RGB 204 117 13 -
CMYK 0 0.43 0.94 0.2
HSL 32.67º 0.88% 0.43% -
HSV(B) 32.67º 0.94% 0.8% -
XYZ 31.34 25.59 3.67 -
YUV 131.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 204 117 13 0 0.43 0.94 0.2 32.67 0.88 0.43
Hex CC 75 D 0 2B 5E 14 21 58 2B
Octal 314 165 15 0 53 136 24 41 130 53
Binary 11001100 1110101 1101 0 101011 1011110 10100 100001 1011000 101011

Color Harmonies of #CC750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC750D

Black with #CC750D

Text Example


Text Example

White with #CC750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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