Html Css Color HEX #CB750A Ochre

📋 copy color: '#CB750A'

red 203 ◦ green 117 ◦ blue 10

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

Shades of Ochre #CB750A

Tints of Ochre #CB750A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 61.52%
G = 35.45%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB750A (or 0xCB750A) is known color: Ochre. HEX triplet: CB, 75 and 0A. RGB value is (203,117,10). Sum of RGB (Red+Green+Blue) = 203+117+10=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB750A is #348AF5. Grayscale: #838383. Windows color (decimal): -3443446 or 685515. OLE color: 685515.

HSL color Cylindrical-coordinate representation of color #CB750A: hue angle of 33.26º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB750A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 10 -
CMYK 0 0.42 0.95 0.20
HSL 33.26º 0.91% 0.42% -
HSV(B) 33.26º 0.95% 0.8% -
XYZ 31.04 25.44 3.56 -
YUV 130.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 203 117 10 0 0.42 0.95 0.20 33.26 0.91 0.42
Hex CB 75 A 0 2A 5F 14 21 5B 2A
Octal 313 165 12 0 52 137 24 41 133 52
Binary 11001011 1110101 1010 0 101010 1011111 10100 100001 1011011 101010

Color Harmonies of #CB750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB750A

Black with #CB750A

Text Example


Text Example

White with #CB750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB750A; }

 p { color: rgb(203,117,10); }

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

background-color css

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

 a { background-color: rgb(203,117,10); }

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

border-color css

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

 span { border-color: rgb(203,117,10); }

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