Html Css Color HEX #CF7F1D Ochre

📋 copy color: '#CF7F1D'

red 207 ◦ green 127 ◦ blue 29

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

Shades of Ochre #CF7F1D

Tints of Ochre #CF7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 57.02%
G = 34.99%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF7F1D (or 0xCF7F1D) is known color: Ochre. HEX triplet: CF, 7F and 1D. RGB value is (207,127,29). Sum of RGB (Red+Green+Blue) = 207+127+29=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F1D is #3080E2. Grayscale: #8C8C8C. Windows color (decimal): -3178723 or 1933263. OLE color: 1933263.

HSL color Cylindrical-coordinate representation of color #CF7F1D: hue angle of 33.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF7F1D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 29 -
CMYK 0 0.39 0.86 0.19
HSL 33.03º 0.75% 0.46% -
HSV(B) 33.03º 0.86% 0.81% -
XYZ 33.54 28.53 4.9 -
YUV 139.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 207 127 29 0 0.39 0.86 0.19 33.03 0.75 0.46
Hex CF 7F 1D 0 27 56 13 21 4B 2E
Octal 317 177 35 0 47 126 23 41 113 56
Binary 11001111 1111111 11101 0 100111 1010110 10011 100001 1001011 101110

Color Harmonies of #CF7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F1D

Black with #CF7F1D

Text Example


Text Example

White with #CF7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F1D; }

 p { color: rgb(207,127,29); }

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

background-color css

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

 a { background-color: rgb(207,127,29); }

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

border-color css

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

 span { border-color: rgb(207,127,29); }

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