Html Css Color HEX #CF751E Ochre

📋 copy color: '#CF751E'

red 207 ◦ green 117 ◦ blue 30

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

Shades of Ochre #CF751E

Tints of Ochre #CF751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 58.47%
G = 33.05%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF751E (or 0xCF751E) is known color: Ochre. HEX triplet: CF, 75 and 1E. RGB value is (207,117,30). Sum of RGB (Red+Green+Blue) = 207+117+30=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF751E is #308AE1. Grayscale: #868686. Windows color (decimal): -3181282 or 1996239. OLE color: 1996239.

HSL color Cylindrical-coordinate representation of color #CF751E: hue angle of 29.49º 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 #CF751E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 30 -
CMYK 0 0.43 0.86 0.19
HSL 29.49º 0.75% 0.46% -
HSV(B) 29.49º 0.86% 0.81% -
XYZ 32.33 26.08 4.56 -
YUV 133.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 207 117 30 0 0.43 0.86 0.19 29.49 0.75 0.46
Hex CF 75 1E 0 2B 56 13 1D 4B 2E
Octal 317 165 36 0 53 126 23 35 113 56
Binary 11001111 1110101 11110 0 101011 1010110 10011 11101 1001011 101110

Color Harmonies of #CF751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF751E

Black with #CF751E

Text Example


Text Example

White with #CF751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF751E; }

 p { color: rgb(207,117,30); }

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

background-color css

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

 a { background-color: rgb(207,117,30); }

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

border-color css

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

 span { border-color: rgb(207,117,30); }

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