Html Css Color HEX #CF7A0D Ochre

📋 copy color: '#CF7A0D'

red 207 ◦ green 122 ◦ blue 13

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

Shades of Ochre #CF7A0D

Tints of Ochre #CF7A0D

RGB

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

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

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

R = 60.53%
G = 35.67%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF7A0D (or 0xCF7A0D) is known color: Ochre. HEX triplet: CF, 7A and 0D. RGB value is (207,122,13). Sum of RGB (Red+Green+Blue) = 207+122+13=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A0D is #3085F2. Grayscale: #878787. Windows color (decimal): -3180019 or 883407. OLE color: 883407.

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

Color convert

RGB 207 122 13 -
CMYK 0 0.41 0.94 0.19
HSL 33.71º 0.88% 0.43% -
HSV(B) 33.71º 0.94% 0.81% -
XYZ 32.76 27.21 3.91 -
YUV 134.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 207 122 13 0 0.41 0.94 0.19 33.71 0.88 0.43
Hex CF 7A D 0 29 5E 13 22 58 2B
Octal 317 172 15 0 51 136 23 42 130 53
Binary 11001111 1111010 1101 0 101001 1011110 10011 100010 1011000 101011

Color Harmonies of #CF7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A0D

Black with #CF7A0D

Text Example


Text Example

White with #CF7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A0D; }

 p { color: rgb(207,122,13); }

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

background-color css

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

 a { background-color: rgb(207,122,13); }

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

border-color css

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

 span { border-color: rgb(207,122,13); }

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