Html Css Color HEX #CF7D1B Ochre

📋 copy color: '#CF7D1B'

red 207 ◦ green 125 ◦ blue 27

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

Shades of Ochre #CF7D1B

Tints of Ochre #CF7D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 57.66%
G = 34.82%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF7D1B (or 0xCF7D1B) is known color: Ochre. HEX triplet: CF, 7D and 1B. RGB value is (207,125,27). Sum of RGB (Red+Green+Blue) = 207+125+27=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D1B is #3082E4. Grayscale: #8A8A8A. Windows color (decimal): -3179237 or 1801679. OLE color: 1801679.

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

Color convert

RGB 207 125 27 -
CMYK 0 0.40 0.87 0.19
HSL 32.67º 0.77% 0.46% -
HSV(B) 32.67º 0.87% 0.81% -
XYZ 33.26 28.01 4.69 -
YUV 138.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 207 125 27 0 0.40 0.87 0.19 32.67 0.77 0.46
Hex CF 7D 1B 0 28 57 13 21 4D 2E
Octal 317 175 33 0 50 127 23 41 115 56
Binary 11001111 1111101 11011 0 101000 1010111 10011 100001 1001101 101110

Color Harmonies of #CF7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D1B

Black with #CF7D1B

Text Example


Text Example

White with #CF7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D1B; }

 p { color: rgb(207,125,27); }

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

background-color css

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

 a { background-color: rgb(207,125,27); }

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

border-color css

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

 span { border-color: rgb(207,125,27); }

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