Html Css Color HEX #CF770D Ochre

📋 copy color: '#CF770D'

red 207 ◦ green 119 ◦ blue 13

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

Shades of Ochre #CF770D

Tints of Ochre #CF770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 61.06%
G = 35.1%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF770D (or 0xCF770D) is known color: Ochre. HEX triplet: CF, 77 and 0D. RGB value is (207,119,13). Sum of RGB (Red+Green+Blue) = 207+119+13=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF770D is #3088F2. Grayscale: #858585. Windows color (decimal): -3180787 or 882639. OLE color: 882639.

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

Color convert

RGB 207 119 13 -
CMYK 0 0.43 0.94 0.19
HSL 32.78º 0.88% 0.43% -
HSV(B) 32.78º 0.94% 0.81% -
XYZ 32.4 26.49 3.79 -
YUV 133.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 207 119 13 0 0.43 0.94 0.19 32.78 0.88 0.43
Hex CF 77 D 0 2B 5E 13 21 58 2B
Octal 317 167 15 0 53 136 23 41 130 53
Binary 11001111 1110111 1101 0 101011 1011110 10011 100001 1011000 101011

Color Harmonies of #CF770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF770D

Black with #CF770D

Text Example


Text Example

White with #CF770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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