Html Css Color HEX #CB701F Ochre

📋 copy color: '#CB701F'

red 203 ◦ green 112 ◦ blue 31

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

Shades of Ochre #CB701F

Tints of Ochre #CB701F

RGB

 RED value IS 203 (79.69% from 255) = 58.67%

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 58.67%
G = 32.37%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB701F (or 0xCB701F) is known color: Ochre. HEX triplet: CB, 70 and 1F. RGB value is (203,112,31). Sum of RGB (Red+Green+Blue) = 203+112+31=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB701F is #348FE0. Grayscale: #828282. Windows color (decimal): -3444705 or 2060491. OLE color: 2060491.

HSL color Cylindrical-coordinate representation of color #CB701F: hue angle of 28.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB701F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 31 -
CMYK 0 0.45 0.85 0.20
HSL 28.26º 0.74% 0.46% -
HSV(B) 28.26º 0.85% 0.8% -
XYZ 30.67 24.38 4.39 -
YUV 129.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 203 112 31 0 0.45 0.85 0.20 28.26 0.74 0.46
Hex CB 70 1F 0 2D 55 14 1C 4A 2E
Octal 313 160 37 0 55 125 24 34 112 56
Binary 11001011 1110000 11111 0 101101 1010101 10100 11100 1001010 101110

Color Harmonies of #CB701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB701F

Black with #CB701F

Text Example


Text Example

White with #CB701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB701F; }

 p { color: rgb(203,112,31); }

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

background-color css

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

 a { background-color: rgb(203,112,31); }

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

border-color css

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

 span { border-color: rgb(203,112,31); }

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