Html Css Color HEX #CF751B Ochre

📋 copy color: '#CF751B'

red 207 ◦ green 117 ◦ blue 27

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

Shades of Ochre #CF751B

Tints of Ochre #CF751B

RGB

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

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

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

R = 58.97%
G = 33.33%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF751B (or 0xCF751B) is known color: Ochre. HEX triplet: CF, 75 and 1B. RGB value is (207,117,27). Sum of RGB (Red+Green+Blue) = 207+117+27=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF751B is #308AE4. Grayscale: #868686. Windows color (decimal): -3181285 or 1799631. OLE color: 1799631.

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

Color convert

RGB 207 117 27 -
CMYK 0 0.43 0.87 0.19
HSL 30º 0.77% 0.46% -
HSV(B) 30º 0.87% 0.81% -
XYZ 32.29 26.07 4.37 -
YUV 133.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 207 117 27 0 0.43 0.87 0.19 30 0.77 0.46
Hex CF 75 1B 0 2B 57 13 1E 4D 2E
Octal 317 165 33 0 53 127 23 36 115 56
Binary 11001111 1110101 11011 0 101011 1010111 10011 11110 1001101 101110

Color Harmonies of #CF751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF751B

Black with #CF751B

Text Example


Text Example

White with #CF751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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